-
Notifications
You must be signed in to change notification settings - Fork 13
API Reference #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Reference #163
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a really nice thing to have 👍
The images don't load for me locally, not sure if that's a setup issue or if it would also happen when deploying to GH pages:

I also noticed that the BuildConfig
class now gets kind of ugly because it's not in a package. Do you know if that class is used across packages? I'm in favor of making it internal
to hide the [root]
package on the docs.
…h. Internalize buildconfig.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Overview
This adds an automatically generated HTML API Reference using Dokka.
This can be served by running
./gradlew serveDokka
in the repo root.This is served at https://powersync-ja.github.io/powersync-kotlin/
TODOS